<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button {
    padding:0;
    margin:0;
    font-size:100%
}
label input {
    vertical-align:middle
}
a:link,a:visited {
    color:#333;
    text-decoration:none;
    outline:none
}
a:hover,a:active {
    text-decoration:none;
    color: #1365c3;
}
body {
    font-family:"Microsoft YaHei", Simsun, sans-serif;
    font-size: 14px;
    color:#333;
    background:#fff;
}
img {
    border:0;
    max-width: 100%;
}
table {
    border-collapse:collapse
}
ul li {
    list-style:none
}
.clear {
    clear:both;
    line-height:0;
    font-size:0;
    height:0
}
.clearfix:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}
@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src:url('../ttf/SourceHanSansCN-Normal.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src:url('../ttf/SourceHanSansCN-Bold.otf');
}
.hidd{
    overflow: hidden;
}
.image{
    width: 100%;
    height: 0px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: transform .6s ease-in;
    -moz-transition: transform .6s ease-in;
    -ms-transition: transform .6s ease-in;
    -o-transition: transform .6s ease-in;
    transition: transform .6s ease-in;
}
.image img{
    width:100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.image:hover{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    overflow: hidden;
}
.header,.banner,.center,.footer {
    width: 100%;
}
.fl{
    float:left;
}
.fr{
    float: right;
}
.text_12{
    font-size: 12px;
}
.text_14{
    font-size: 14px;
}
.text_16{
    font-size: 16px;
}
.text_18{
    font-size: 18px;
}
.text_20{
    font-size: 20px;
}
.text_22{
    font-size: 22px;
}
.text_24{
    font-size: 24px;
}
/*头部*/
.head_top{
    background-color: #1b1f2c;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-family: 'SourceHanSansCN-Normal';
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.head_top .ht_l{
    font-size: 16px;
    color: #d6d6d6;
    padding-left: 20px;
}

.head_bot{
    width: 100%;
    background: #fff;
    padding-top:20px;
    height:auto;
}
.head_bot .logo{
    width: 330px;
    height: 130px;
}
.logo a img{
    overflow: hidden;
    height: 100%;
}
.head_bot .nav{
    width: 870px;
}


#nav {
    width: 905px;
    margin: 0 auto;
    height: 130px;
    line-height: 130px;
}

#nav .on a span{
    padding:15px 0px;
    background-color:#fff;
    border-bottom: 3px solid #000;
}

#nav a {
    height:130px;
    line-height: 130px;
    display: block;
    text-decoration: none;
    text-align: center;
    outline: none;
    z-index: 35;
    position: relative;
    font-size: 16px;
    overflow: hidden;
}
#nav ul a {
    line-height: 33px;
}
#nav li {
    width: 12.3%;
    float: left;
    position: relative;
    z-index: 20;
}
#nav li li {
    border-left: none;
    margin-top: 0;
    float: none;
}
#nav ul {
    position: absolute;
    display: none;
    top: 130px;
    left: -1px;
    background-color: rgba(27,31,44,0.86);
}
#nav li ul a {
    width: 111px;
    height: auto;
    float: left;
    text-align: center;

}
#nav ul ul {
    top: auto;
    border-top: none;
}

#nav li ul ul {
    left: 111px;
    top: 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;

}
#nav ul a,  #nav ul li {
    color:#fff;
}

#nav ul a:hover,  #nav ul a:focus {
    background-color: #126ace;
    color: #fff !important;
}
#nav .current_page_parent .current_page_item a, #nav .current_page_item ul a {
    border-right: none;
    background-image: none;
    height:40px;
    line-height: 40px;
    overflow: hidden;
}

/*banner*/
#banner {
    width: 100%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
    z-index: 0;
}
#banner .pics li {
    width: 100%;
}
#banner .pics li img {
    width:100%;
}
#banner .prev,	#banner .next {
    position:absolute;
    left:3%;
    top:50%;
    margin-top:-25px;
    display:block;
    width:32px;
    height:40px;
    background:url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter:alpha(opacity=50);
    opacity:0.5;
}
#banner .next {
    left:auto;
    right:3%;
    background-position:8px 5px;
}
#banner .prev:hover, #banner .next:hover {
    filter:alpha(opacity=100);
    opacity:1;
}

/*周边游*/
.content1{
    width: 100%;
    height: auto;
    position: relative;
}
.index_title{
    height: auto;
    padding-top: 50px;
}
.title_ch{
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0px auto;
    text-align: center;
    background-image: url("../images/title_bg.png");
    background-size: 100% 100%;
    overflow: hidden;
}
.index_title .title_desc{
    font-size: 16px;
    color: #999999;
    text-align: center;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.index_title .title_ch{
    font-size: 30px;
    color: #1e1e1e;
}
.cont1{
    width: 100%;
    height: auto;
}
.cont1_left{
    width:12.5%;
    height: auto;
    background-color: #1b1f2c;
    padding: 90px 105px;
    float: left;
    position: absolute;
    left: 0;
}
.cont1_left .you_box{
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    border-radius: 95px;
    border: 5px solid #232738;
}


.cont1_left .you_box:nth-child(2){
    margin-top: 60px;
}
.cont1_left .you_box .icon{
    font-size: 36px;
    color: #fff;
}
.cont1_left .num_box{
    margin-top: 130px;
}
.num_box span{
    font-size: 96px;
    font-family: "Arial";
    font-weight: bold;
    color: #fff;
}
.line{
    height: 2px;
    width: 90px;
    background-color: #1365c3;
    margin-top: 20px;
    margin-left: 10px;
}
.cont1_right{
    width:81%;
    float: right;
    position: relative;
    z-index: 222;
}


.pro_type{
    margin-left: 320px;
}
.pro_type ul{
    width: 550px;
    text-align: center;
}
.pro_type ul li{
    width: 14.5%;
    margin:20px 15px;
    float: left;
}
.pro_type ul .on .cat{
    background-color: #004cac;
    color:#fff;
}
.cat{
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 5px;
}

.pro_img{
    padding-bottom: 84.2%;
}
.ScroolBox{
    position:relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
}

.ScroolBox .swiper-slide {
    width:24.5% !important;
    float: left;
    padding: 0;
    margin-right: 10px;
}
.boxs{
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0,0.1);
    border-radius: 10px;
}
.boxs:hover{
    box-shadow: 0 8px 20px rgba(0, 0, 0,0.3);
}
.boxs:hover .img_title{
    color: #1365c3;
}
.boxs .image{
    border-radius: 10px;
}
.box_text{
    padding: 15px 20px;
}
.img_title{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.img_desc{
    margin-top: 15px;
    height: 61px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
}
.jiage{
    padding: 25px 0 15px;
}
.jiage .jia{
    font-size: 24px;
    line-height: 20px;
    color: #ff7200;
    float: left;
}
.jiage .icon{
    float: right;
    font-size: 50px;
}
.jiage .icon:hover{
    color: #ff7200;
}
/*国内游*/
.guo{
    margin-top: 40px;
}
.guo_box{
    padding: 20px 0;
}
.cat_img{
    padding-bottom: 45.28%;
}
.guo_box{
    width:calc(100% + 20px);
    margin-left: -20px;
}
.guo_list{
    width:33.3%;
    float: left;

}
.cat_list{
    width:65%;
    float: left;
    padding-left: 20px;
}
.catname{
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
    background-color:rgba(0,0,0,0.2);
    color: #fff;
    position: relative;
    padding-left: 15px;
}
.img_box{
    box-shadow: 0px 3px 4px rgba(0, 113, 182,0.1);
    margin-left: 20px;
    margin-bottom: 20px;
}
.img_box:hover{
    box-shadow: 0px 3px 4px rgba(0,0, 0,0.2);
}

.pro_img2{
    padding-bottom: 59.7%;
}
.guo_text{
    padding:15px;
    height:98px;
}
.guo_title{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.guo_desc{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #666666;
}
.jia{
    color: #ff7200;
    margin-top: 17px;
    font-weight: bold;
}

.adv img{
    height: 250px;
    width: 100%;
}

/*关于我们*/
.about_main{
    margin-top: 50px;
    background-color: #1b1f2c;
    padding: 35px 0;
}

.about_left{
    width: 630px;
    float: left;
    padding-left: 5px;
}
.about_image{
    padding-bottom: 61.6%;
}
.about_right{
    width: 525px;
    float: left;
}
.about_right{
    background-color: #fff;
    padding: 55px 90px 55px 55px;
    position: absolute;
    right: 0;
    margin-top: 27px;
    overflow: hidden;
}
.ab{
    position: relative;
}

.about_right p{
    line-height: 33px;
    height: 225px;
    overflow: hidden;
}

/*旅游攻略*/
.index_new{
    background-color: #fff;
    width: 100%;
    height: auto;
}
.new_mian{
    width: calc(100% + 50px);
    margin-left: -25px;
}
.new_list{
    width: 50%;
    float: left;
}
.new_image{
    padding-bottom: 110.5%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.new_box{
    background-color: #f1f1f1;
    margin:25px;
    border-radius: 10px;
}
.new_box:hover{
    box-shadow: 0px 3px 4px rgba(0,0,0,0.1);
}


.new_box .new_text{
    padding: 30px 20px;
}
.new_title{
    height:35px;
    line-height: 35px;
    overflow: hidden;
    font-family: SourceHanSansCN-Bold;
}
.w50{
    width: 50%;
}
.new_desc{
    margin-top: 20px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}
.more{
    width: 65px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px solid #333;
    float: right;
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    margin-right: 15px;
}

/*底部*/
.footer{
    width: 100%;
    margin-top: 80px;
}
.foot_t{
    width: 100%;
    background-color: #1b1f2c;
    padding: 30px 0;
}
.f_left{
    width: 75%;
    padding-left: 50px;
}
.f_right{
    width:14%;
    padding-right: 50px;
    padding-top: 20px;
}

.fm_top a{
    color:#fff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.fm_top li{
    width:12.5%;
    float: left;
    position: relative;
}

.fm_top li ul a {
    width:120px;
    font-size: 12px;
    height: auto;
    float: left;
    line-height: 24px;
}

.f_right p, .f_right span{
    color: #fff;
}
.f_right span{
    font-size: 45px;
}
.f_right .f_tel{
    text-align: right;
}
.f_tel .p2{
    margin-top: 6px;
}
.copyright{
    padding: 20px 0 30px;
    font-size: 12px;
    color: #959595;
    text-align: center;
}


.wrap_left{
    width: 25%;
    float: left;
}
.p_center{
    padding: 30px 0;
}

/*左测导航*/
.left_nav {
    border: 1px solid #13bbec;
    margin-bottom:50px;
}
.nav_title{
    text-align: center;
    background-color:#13bbec;
    color:#fff;
    padding: 10px 0;
}
.dir{
    text-align: center;
    padding-top: 5px;
    line-height: 26px;
    color: #ddd;
    text-transform: uppercase;
    font-size: 26px;
}
.left_nav ul a {
    /* 整体字体颜色*/
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:14px;
    text-decoration: none;
    color: #000;
}
.left_nav ul a:hover {
    text-decoration: none;
}
.left_nav&gt;ul&gt;li {
    text-align:center;
    line-height:50px;
    min-height:50px;
    position:relative;
    overflow: hidden;
}
.left_nav&gt;ul&gt;li ul {
    display:none;
    background-color:#FFF;
}
.left_nav&gt;ul&gt;li ul a {
    color: #000;/* 三级分类字体颜色 */
}
.left_nav&gt;ul&gt;li ul a:hover {
    color: #f00;
}
.left_nav&gt;ul&gt;li&gt;a {
    position:relative;/*jquery的slideDow效果不兼容IE7*/
    display:block;
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:16px;
    width:100%;
    height:100%;
    transition:all 0.5s;
}
.left_nav&gt;ul&gt;li&gt;span a {
    position:absolute;
    z-index:99;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
    left: 40px;/*如果标题字数过长，可以调节数值*/
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.5s;
}
.left_nav&gt;ul&gt;li&gt;span a.on {
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.left_nav&gt;ul&gt;li&gt;a.on{
    color: #F00;
}
.left_nav&gt;ul&gt;li:hover {
    /* 鼠标经过变色 */
}
.left_nav&gt;ul&gt;li:hover span&gt;a,.left_nav&gt;ul&gt;li:hover&gt;a{
    color:#f00;
}
.left_sub a {
    font-size:14px;
    color:#FFF;
}
.left_sub a:hover {
    color:#13bbec;
    text-decoration: none;
}
/*左侧联系方式*/
.left_contact {
    border: 1px solid #13bbec;
}

.left_contact .text{
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 200%;
    font-size: 16px;
}

/*右侧内容*/
.wrap_right{
    width: 72%;
    float: right;
}
.pl30{
    padding-left: 30px;
}
.pc_top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin:20px 0;
}
.pc_top .title{
    float: left;
    font-size: 18px;
}

.pc_top .address{
    float: right;
}


.pc_main{
    padding:15px 0px;
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-family: "Microsoft YaHei","宋体",Arial,Sans-Serif;
}
.w33{
    width: 33.3%;
}

.pc_main .show_title{
    font-size: 1.8rem;
    text-align: center;
    line-height: 30px;
    color: #000;
}
.pc_main .info{height:27px;line-height:28px;text-align:right;margin:20px auto;color:#666;}
.pc_main .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.pc_main .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.pc_main .info .small{font-size:10px;padding-right:3px;}
.pc_main .info .big{color:#003ba6;padding-left:3px;}
#textarea{
    padding:20px 0;
}
.preNext {
    position:relative
}
.preNext .pline {
    height:10px;
    overflow:hidden;
    clear:both;
    background:url(../images/box_dotline.gif) left 15px repeat-x;
    margin:4px auto;
    padding-top:10px;
}
.preNext .pline strong {
    display:block;
    width:8px;
    height:10px;
    overflow:hidden;
    font-size:0px;
    line-height:100px;
    background:url(../images/box_dotline.gif) right -10px no-repeat;
    float:left;
}
.preNext .text {
    color:#999;
}
.preNext .text li {
    margin-bottom:5px
}
.preNext .actBox {
    position:absolute;
    top:25px;
    right:0;
}
.preNext .actBox li {
    display:inline;
    padding-left:22px;
    background-image:url(../images/actbox-ico.gif);
    background-repeat:no-repeat;
    margin-left:10px;
}
.preNext .actBox li a {
    color:#666;
}
.preNext .actBox li#act-fav {
    background-position:4px 0px;
}
.preNext .actBox li#act-err {
    background-position:4px -37px;
}
.preNext .actBox li#act-pus {
    background-position:4px -73px;
}
.preNext .actBox li#act-pnt {
    background-position:4px -109px;
}

/*图片列表页*/
.pc_img{
    margin:15px 10px;
    padding: 5px;
    border: 1px solid #ddd;
}

.pc_title{
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.pc_list_l{
    width: 25%;
}
.pc_list_r{
    width: 75%;
}
.pc_list_l img {
    width:100%;
    height:auto;
    text-align:center;
    line-height:150px;
    display:inline-block;
    background-color:#fafafa;
}
.pc_list_box{
    padding: 15px;
}
.news_label {
    position:absolute;
    top:0;
    left:-25px;
    width:40px;
    height:40px;
    padding:3px;
    background-color:#13bbec;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-size:22px;
    line-height:1em;
}
.news_label span {
    font-size:12px;
    display:block;
    line-height:1em
}
.news_right {
    padding: 15px;
    width: 33.3%;
}
.news_right p.text {
    margin:10px 0;
    text-indent:2em;
}
.news_right a.btn {
    position:absolute;
    right:0;
    bottom:0;
}

.pc_news p.text {
    margin: 5px 0px 20px 0px;
}
.pc_news p.text a {
    font-family:"微软雅黑","Arial","宋体";
    color:#666;
}
.pc_news p.text a:hover {
    color:#13bbec;
}
.pc_news p.text a:before {
    content:"";
    width:8px;
    height:8px;
    display:inline-block;
    padding-right:10px;
    background:url(../images/news_style.png) no-repeat;
}
.pc_news&gt;p.text {
    border-bottom: 1px dotted #ccc;
    margin: 30px 0;
}
.new_list_data{
    float: right;
}

.btn4{
    width: 80px;
    height: 30px;
    border: 1px solid #13bbec;
    background-color: #fff;
    color:#13bbec;
}
.pages {
    width: 100%;
    line-height:12px;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: "宋体";
    color: #333;
    margin-top: 35px
}
.pages a{
    padding: 5px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333
}
.pages .a1{
    color: #333;
    margin: 0px 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #333;
}
.pages span{
    display:inline-block;
    padding: 5px;
    background:#5a85b2;
    border:1px solid #5a85b2;
    color:#fff;
    text-align:center;
}


.table_forms1 {
    font-size:12px
}
.table_forms1 td {
    padding-left:12px
}
.table_forms1 th {
    font-weight:normal;
    text-align:right;
    padding-right:10px;
    color:#878787
}
.table_forms1 td label {
    vertical-align:middle
}
.table_forms1 td,.table_forms1 th {
    padding:30px 0 4px 8px
}
.table_forms1 tbody td .input-text{
    width: 100% !important;
    padding-left: 10px;
    border: none;
    color:#878787;
    height: 30px;
    border: 1px solid #ccc;
}
.table_forms1 tbody td textarea{
    width: 100% !important;
    padding-left: 10px;
    border: none;
    height: 60px !important;
    color:#878787;
    border: 1px solid #ccc;
}
.table_forms1 tfoot td{
    padding:5px 0 4px 8px
}
</pre></body></html>